Version

XValues Constructor(Sheet,String,Nullable<CellReferenceMode>)

Creates a new XValues
Syntax
'Declaration
 
Public Function New( _
   ByVal sheet As Sheet, _
   ByVal formula As String, _
   Optional ByVal cellReferenceMode As Nullable(Of CellReferenceMode) _
)
public XValues( 
   Sheet sheet,
   string formula,
   Nullable<CellReferenceMode> cellReferenceMode
)

Parameters

sheet
The worksheet that the Series belongs to.
formula
A string representation of the source range(s) for the values
cellReferenceMode
An optional Infragistics.Documents.Excel.CellReferenceMode to use to parse the source ranges. If null it defaults to the workbook's mode.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also